Platform Explorer / Nuxeo Platform 2025.7

Extension point handlers

Aliases

  • org.nuxeo.ecm.automation.server.BatchManager--handlers

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.io.upload.batch.BatchHandlerDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-core-io-2025.7.12.jar /OSGI-INF/batchmanager-contrib.xml
    <extension point="handlers" target="org.nuxeo.ecm.core.io.BatchManager">
        <batchHandler>
          <name>default</name>
          <class>org.nuxeo.ecm.core.io.upload.batch.impl.DefaultBatchHandler</class>
          <property name="transientStore">BatchManagerCache</property>
        </batchHandler>
      </extension>